home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMNNTP / TFRMNNTP.txt
Text File  |  2003-07-29  |  8KB  |  339 lines

  1. object FrmNNTP: TFrmNNTP
  2.   Left = 295
  3.   Top = 117
  4.   Width = 407
  5.   Height = 398
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Newsgroups'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDefaultPosOnly
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object PnlTop: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 399
  25.     Height = 62
  26.     Align = alTop
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object Label1: TLabel
  30.       Left = 8
  31.       Top = 10
  32.       Width = 115
  33.       Height = 16
  34.       Caption = '&Newsgroup Server:'
  35.     end
  36.     object Label2: TLabel
  37.       Left = 8
  38.       Top = 36
  39.       Width = 122
  40.       Height = 16
  41.       Caption = 'Optional, &Username:'
  42.       FocusControl = EditUsername
  43.     end
  44.     object Label3: TLabel
  45.       Left = 230
  46.       Top = 36
  47.       Width = 63
  48.       Height = 16
  49.       Caption = '&Password:'
  50.       FocusControl = EditPassword
  51.     end
  52.     object EditUsername: TEdit
  53.       Left = 140
  54.       Top = 33
  55.       Width = 79
  56.       Height = 24
  57.       TabOrder = 0
  58.     end
  59.     object EditPassword: TEdit
  60.       Left = 312
  61.       Top = 33
  62.       Width = 79
  63.       Height = 24
  64.       PasswordChar = '*'
  65.       TabOrder = 1
  66.     end
  67.     object EditServer: TComboBox
  68.       Left = 140
  69.       Top = 7
  70.       Width = 251
  71.       Height = 24
  72.       ItemHeight = 16
  73.       TabOrder = 2
  74.     end
  75.   end
  76.   object PnlBottom: TPanel
  77.     Left = 0
  78.     Top = 320
  79.     Width = 399
  80.     Height = 38
  81.     Align = alBottom
  82.     BevelOuter = bvNone
  83.     TabOrder = 2
  84.     DesignSize = (
  85.       399
  86.       38)
  87.     object BtnOK: TButton
  88.       Left = 202
  89.       Top = 4
  90.       Width = 93
  91.       Height = 30
  92.       Anchors = [akTop, akRight]
  93.       Cancel = True
  94.       Caption = '&OK'
  95.       Default = True
  96.       ModalResult = 1
  97.       TabOrder = 0
  98.       OnClick = BtnOKClick
  99.     end
  100.     object BtnCancel2: TButton
  101.       Left = 302
  102.       Top = 4
  103.       Width = 93
  104.       Height = 30
  105.       Anchors = [akTop, akRight]
  106.       Cancel = True
  107.       Caption = 'Cancel'
  108.       ModalResult = 2
  109.       TabOrder = 1
  110.     end
  111.   end
  112.   object PageControl1: TPageControl
  113.     Left = 0
  114.     Top = 62
  115.     Width = 399
  116.     Height = 258
  117.     ActivePage = Tab2
  118.     Align = alClient
  119.     TabIndex = 1
  120.     TabOrder = 1
  121.     object Tab1: TTabSheet
  122.       Caption = 'Subscribed Groups'
  123.       object lbSubscribed: TListBox
  124.         Left = 0
  125.         Top = 0
  126.         Width = 391
  127.         Height = 208
  128.         Align = alClient
  129.         BorderStyle = bsNone
  130.         ItemHeight = 16
  131.         TabOrder = 0
  132.       end
  133.       object PnlUnsubscribe: TPanel
  134.         Left = 0
  135.         Top = 197
  136.         Width = 391
  137.         Height = 30
  138.         Align = alBottom
  139.         BevelOuter = bvNone
  140.         TabOrder = 1
  141.         object BtnUnsubscribe: TButton
  142.           Left = 2
  143.           Top = 4
  144.           Width = 118
  145.           Height = 25
  146.           Caption = 'Unsubscribe'
  147.           TabOrder = 0
  148.         end
  149.       end
  150.     end
  151.     object Tab2: TTabSheet
  152.       Caption = 'All Groups'
  153.       ImageIndex = 1
  154.       object PnlAllList: TPanel
  155.         Left = 0
  156.         Top = 0
  157.         Width = 391
  158.         Height = 227
  159.         Align = alClient
  160.         BevelOuter = bvNone
  161.         TabOrder = 0
  162.         DesignSize = (
  163.           391
  164.           227)
  165.         object GroupTree: TElTree
  166.           Left = 0
  167.           Top = 28
  168.           Width = 391
  169.           Height = 169
  170.           Cursor = crDefault
  171.           LeftPosition = 0
  172.           DragCursor = crDrag
  173.           Align = alClient
  174.           AutoCollapse = False
  175.           DockOrientation = doNoOrient
  176.           DefaultSectionWidth = 120
  177.           BorderStyle = bsNone
  178.           BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  179.           DoInplaceEdit = False
  180.           ExplorerEditMode = False
  181.           Font.Charset = DEFAULT_CHARSET
  182.           Font.Color = clWindowText
  183.           Font.Height = -13
  184.           Font.Name = 'MS Sans Serif'
  185.           Font.Style = []
  186.           GradientSteps = 64
  187.           HeaderHeight = 19
  188.           HeaderHotTrack = False
  189.           HeaderSections.Data = {F4FFFFFF00000000}
  190.           HeaderFont.Charset = DEFAULT_CHARSET
  191.           HeaderFont.Color = clWindowText
  192.           HeaderFont.Height = -13
  193.           HeaderFont.Name = 'MS Sans Serif'
  194.           HeaderFont.Style = []
  195.           HorzScrollBarStyles.ShowTrackHint = False
  196.           HorzScrollBarStyles.Width = 17
  197.           HorzScrollBarStyles.ButtonSize = 21
  198.           IgnoreEnabled = False
  199.           IncrementalSearch = False
  200.           KeepSelectionWithinLevel = False
  201.           LineBorderActiveColor = clBlack
  202.           LineBorderInactiveColor = clBlack
  203.           LineHeight = 17
  204.           MouseFrameSelect = True
  205.           MultiSelect = False
  206.           OwnerDrawMask = '~~@~~'
  207.           ScrollbarOpposite = False
  208.           ScrollTracking = True
  209.           ShowCheckboxes = True
  210.           ShowLeafButton = False
  211.           SortType = stCustom
  212.           StoragePath = 'Tree'
  213.           TabOrder = 1
  214.           TabStop = True
  215.           Tracking = False
  216.           UseCustomScrollBars = False
  217.           VertScrollBarStyles.ShowTrackHint = True
  218.           VertScrollBarStyles.Width = 21
  219.           VertScrollBarStyles.ButtonSize = 8
  220.           VirtualityLevel = vlNone
  221.           OnItemChecked = GroupTreeItemChecked
  222.           OnItemExpand = GroupTreeItemExpand
  223.         end
  224.         object PnlSearch: TPanel
  225.           Left = 0
  226.           Top = 0
  227.           Width = 391
  228.           Height = 28
  229.           Align = alTop
  230.           BevelOuter = bvNone
  231.           TabOrder = 0
  232.           DesignSize = (
  233.             391
  234.             28)
  235.           object Label4: TLabel
  236.             Left = 8
  237.             Top = 4
  238.             Width = 46
  239.             Height = 16
  240.             Caption = '&Search:'
  241.             FocusControl = EditSearch
  242.           end
  243.           object EditSearch: TEdit
  244.             Left = 63
  245.             Top = 2
  246.             Width = 324
  247.             Height = 24
  248.             Anchors = [akLeft, akTop, akRight]
  249.             TabOrder = 0
  250.             OnChange = EditSearchChange
  251.           end
  252.         end
  253.         object PnlDownloading: TPanel
  254.           Left = 66
  255.           Top = 42
  256.           Width = 258
  257.           Height = 80
  258.           Anchors = [akLeft, akTop, akRight]
  259.           Caption = 'Downloading list of groups...'
  260.           TabOrder = 2
  261.           Visible = False
  262.           DesignSize = (
  263.             258
  264.             80)
  265.           object BtnCancel: TButton
  266.             Left = 155
  267.             Top = 52
  268.             Width = 98
  269.             Height = 24
  270.             Anchors = [akTop, akRight]
  271.             Cancel = True
  272.             Caption = 'Cancel'
  273.             TabOrder = 0
  274.             OnClick = BtnCancelClick
  275.           end
  276.         end
  277.         object Panel1: TPanel
  278.           Left = 0
  279.           Top = 197
  280.           Width = 391
  281.           Height = 30
  282.           Align = alBottom
  283.           BevelOuter = bvNone
  284.           TabOrder = 3
  285.           object BtnSubscribe: TButton
  286.             Left = 2
  287.             Top = 4
  288.             Width = 118
  289.             Height = 25
  290.             Caption = '&Subscribe'
  291.             TabOrder = 0
  292.             OnClick = BtnSubscribeClick
  293.           end
  294.           object BtnList: TButton
  295.             Left = 128
  296.             Top = 4
  297.             Width = 118
  298.             Height = 25
  299.             Caption = '&Refresh List'
  300.             TabOrder = 1
  301.             OnClick = BtnListClick
  302.           end
  303.           object cbHide: TCheckBox
  304.             Left = 258
  305.             Top = 8
  306.             Width = 124
  307.             Height = 17
  308.             Caption = '&Hide junk groups'
  309.             Checked = True
  310.             State = cbChecked
  311.             TabOrder = 2
  312.             OnClick = cbHideClick
  313.           end
  314.         end
  315.       end
  316.     end
  317.   end
  318.   object NNTP: TmsNNTPClient
  319.     Version = '2.02'
  320.     Port = 119
  321.     OnTransferProgress = NNTPTransferProgress
  322.     Authorization = False
  323.     Left = 132
  324.     Top = 174
  325.   end
  326.   object Article: TmsArticle
  327.     ContentType = 'text/plain'
  328.     Version = '2.02'
  329.     Left = 424
  330.     Top = 232
  331.   end
  332.   object TimerType: TTimer
  333.     Enabled = False
  334.     OnTimer = TimerTypeTimer
  335.     Left = 238
  336.     Top = 172
  337.   end
  338. end
  339.